home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / lib / swedish / templates / newclass / enum.tmpl < prev    next >
Encoding:
Text File  |  2004-09-15  |  260 b   |  12 lines

  1. $PKGLINE
  2. /**
  3.  * Enumeration class $CLASSNAME - write a description of the enum class here
  4.  * 
  5.  * @author (your name here)
  6.  * @version (version number or date here)
  7.  */
  8. public enum $CLASSNAME
  9. {
  10.     monday, tuesday, wednesday, thursday, friday, saturday, sunday;
  11. }
  12.